Skip to main content

ActionCardTitle

The ActionCardTitle adds a title to the action card

Usage#

<ActionCardTitle>Title Here</ActionCardTitle>
// OR alternatively
<ActionCardTitle title="Title Here" />

Props#

NameTypeDefaultDescription
titlestringundefinedAlternative to passing the title as a child.